Description: Troll is a 2D game/app framework. It provide to you some interting features that will help you write your game.
- Frame timing auto control (fixed FPS and low CPU usage)
- Primitives (circles, ellipse, rects, lines)
- Blit operations
- Blit with Alpha
- Input control (Keyboard, Mouse, etc)
File list (Check if you may need any files):
Troll-0.0.3
...........\AUTHORS
...........\build
...........\.....\mac
...........\.....\...\troll
...........\.....\...\.....\test-Info.plist
...........\.....\...\.....\troll.xcodeproj
...........\.....\...\.....\...............\project.pbxproj
...........\.....\...\.....\...............\viniciusjarina.mode1v3
...........\.....\...\.....\...............\viniciusjarina.pbxuser
...........\.....\msw
...........\.....\...\msvc6
...........\.....\...\.....\test_blit.dsp
...........\.....\...\.....\test_blit_png.dsp
...........\.....\...\.....\test_graphics.dsp
...........\.....\...\.....\test_keyboard.dsp
...........\.....\...\.....\test_minimal.dsp
...........\.....\...\.....\test_mouse.dsp
...........\.....\...\.....\troll2d.dsw
...........\.....\...\.....\troll_base.dsp
...........\.....\...\msvc8
...........\.....\...\.....\test_blit.vcproj
...........\.....\...\.....\test_blit_png.vcproj
...........\.....\...\.....\test_graphics.vcproj
...........\.....\...\.....\test_keyboard.vcproj
...........\.....\...\.....\test_minimal.vcproj
...........\.....\...\.....\test_mouse.vcproj
...........\.....\...\.....\troll2d.sln
...........\.....\...\.....\troll_base.vcproj
...........\CHANGELOG
...........\data
...........\....\images
...........\....\......\troll.icns
...........\dependencies_msw.zip
...........\dependencies_osx.zip
...........\include
...........\.......\troll
...........\.......\.....\color.h
...........\.......\.....\defs.h
...........\.......\.....\draw_flags.h
...........\.......\.....\graphics.h
...........\.......\.....\graphics_factory.h
...........\.......\.....\graphics_impl.h
...........\.......\.....\image.h
...........\.......\.....\image_factory.h
...........\.......\.....\image_impl.h
...........\.......\.....\interface.h
...........\.......\.....\key.h
...........\.......\.....\key_input.h
...........\.......\.....\key_input_factory.h
...........\.......\.....\key_input_impl.h
...........\.......\.....\mouse_input.h
...........\.......\.....\mouse_input_factory.h
...........\.......\.....\mouse_input_impl.h
...........\.......\.....\point.h
...........\.......\.....\rect.h
...........\.......\.....\screen.h
...........\.......\.....\screen_factory.h
...........\.......\.....\screen_impl.h
...........\.......\.....\size.h
...........\.......\.....\surface.h
...........\.......\.....\surface_factory.h
...........\.......\.....\surface_impl.h
...........\.......\.....\system.h
...........\.......\.....\system_impl.h
...........\.......\troll.h
...........\INSTALL
...........\modules
...........\.......\allegro
...........\.......\.......\build
...........\.......\.......\.....\msw
...........\.......\.......\.....\...\msvc6
...........\.......\.......\.....\...\.....\troll_allegro.dsp
...........\.......\.......\.....\...\msvc8
...........\.......\.......\.....\...\.....\troll_allegro.vcproj
...........\.......\.......\.....\...\.....\Win32
...........\.......\.......\include
...........\.......\.......\.......\aastr2
...........\.......\.......\.......\......\aastr.h
...........\.......\.......\.......\......\aautil.h
...........\.......\.......\.......\......\round.h
...........\.......\.......\.......\......\types.h
...........\.......\.......\.......\gfx_ex.h
...........\.......\.......\.......\loadpng.h
...........\.......\.......\.......\troll
...........\.......\.......\.......\.....\allegro_graphics.h
...........\.......\.......\.......\.....\allegro_image.h
...........\.......\.......\.......\.....\allegro_image_alpha_surface_impl.h
...........\.......\.......\.......\.....\allegro_image_surface_helper.h
...........\.......\.......\.......\.....\allegro_image_surface_impl.h
...........\.......\.......\.......\.....\allegro_keyinput.h
...........\.......\.......\.......\.....\allegro_mouseinput.h
...........\.......\.......\.......\.....\allegro_screen.h
...........\.......\.......\.......\.....\allegro_screen_helper.h
...........\.......\.......\.......\.....\allegro_surface.h
...........\.......\.......\.......\.....\allegro_system.h
...........\.......\.......\lib