【Ecere C】 eC 【C上位互換】©2ch.net (42レス)
【Ecere C】 eC 【C上位互換】©2ch.net http://mevius.5ch.net/test/read.cgi/tech/1471841975/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
1: デフォルトの名無しさん 転載ダメ©2ch.net [sageteoff] 2016/08/22(月) 13:59:35.39 ID:01M+MFvA 3Dも充実のC言語上位互換オブジェクト指向プログラミング言語 eC ( Ecere C ) について語りましょう http://ec-lang.org/ SDK http://ecere.org/ source https://github.com/ecere/ecere-sdk http://mevius.5ch.net/test/read.cgi/tech/1471841975/1
2: デフォルトの名無しさん [sage] 2016/08/22(月) 14:00:44.83 ID:01M+MFvA https://en.wikipedia.org/wiki/EC_%28programming_language%29 overview http://ec-lang.org/overview/ programming guide http://ecere.com/tao.pdf http://mevius.5ch.net/test/read.cgi/tech/1471841975/2
3: デフォルトの名無しさん [sage] 2016/08/22(月) 14:04:17.89 ID:01M+MFvA class HelloApp : Application { void Main() { PrintLn("Hello, World!!"); } } http://mevius.5ch.net/test/read.cgi/tech/1471841975/3
4: デフォルトの名無しさん [sage] 2016/08/22(月) 14:19:04.79 ID:01M+MFvA import "ecere" class MyApp : GuiApplication{ driver = "OpenGL"; }; Camera camera{ fixed, position = Vector3D { 0, 0, -350 }, orientation = Euler { 0, 0, 0 }, fov = 53; }; Light light{ diffuse = lightCoral; orientation = Euler { pitch = 10, yaw = 30 }; }; class Hello3D : Window{ text = "Hello, 3D"; background = black; borderStyle = sizable; hasMaximize = true; hasMinimize = true; hasClose = true; clientSize = { 304, 162 }; Cube cube{}; bool OnLoadGraphics(){ cube.Create(displaySystem); cube.transform.scaling = { 100, 100, 100 }; cube.transform.orientation = Euler { 50, 30, 50 }; cube.UpdateTransform(); return true; } void OnResize(int w, int h){ camera.Setup(w, h, null); camera.Update(); } void OnRedraw(Surface surface){ surface.Clear(depthBuffer); display.SetLight(0, light); display.SetCamera(surface, camera); display.DrawObject(cube); display.SetCamera(surface, null); } } Hello3D hello3D {}; http://mevius.5ch.net/test/read.cgi/tech/1471841975/4
5: デフォルトの名無しさん [] 2016/08/22(月) 14:20:35.05 ID:01M+MFvA 3D chess https://github.com/ecere/chess http://mevius.5ch.net/test/read.cgi/tech/1471841975/5
6: デフォルトの名無しさん [sage] 2016/08/22(月) 14:27:21.44 ID:01M+MFvA home http://ecere.ca/ http://mevius.5ch.net/test/read.cgi/tech/1471841975/6
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.201s*