My first participation to Ludum Dare
Hi everyone, it’s the first time I join the Ludum Dare and, according to the well-known rules I discovered few days ago I post this little message to share my personal libraries and other programming stuff… Right now, I really don’t know if I will use Unity or Flash (Actionscript 3) but it will be one of them.
Unity 3D
- My homemade framework (with some static functions and other custom Editor tools : 2D spritesheet animator, cutscene editor, gui editor, etc.). Sorry for the lack of documentation, it’s currently under development but you can try to use it if you want !
- Maybe I will use the Strumpy Shader Editor if I want to play with Shaders
-or-
Flash AS3
- Flashpunk will be my first choice, but sometimes I don’t want to use pixel blitting for various reasons (the standard AS3 display list can be very useful for some game concepts).
- Instead of Flashpunk, I like to work with this little API made by Colby Cheeze. I take the opportunity of this post to thanks Colby about his work, I learn a lot about OOP concepts and Design Patterns by using theses sources.
But maybe I will start from scratch, without any base code. All is now depending on the theme.
So… I’m in too
Good luck to everyone and have fun !
(and sorry for my english, I’m a french guy…)