tanema / amore

a wip(again) go game framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REDO

IDEAS FOR BETTER WORLD

  • Make more portable with goxjs toolkit. Get games on web
  • Simplify and get rid of extra items like particle generator that isn't needed
  • scripting interface
  • combine keyboard, joystick and touch into a single input, mapping package
  • Somehow enable cross platform deploy easily

TODO:

  • minimize everything, this is for myself I don't need all this extra
  • remove sdl and use goxjs glfw
  • reimlement input with mapping key to event
  • goxjs file loading glfw.Open()
  • use beep to have cross platform audio
  • use goxjs for better cross platform
  • default antialiasing?
  • fix font rendering/sprite batching in web runtime
  • use glua for scripting
  • cross compile on a singple platform

These changes will reduce functionality but make it more portable.

About

a wip(again) go game framework

License:MIT License


Languages

Language:Go 99.4%Language:Lua 0.5%Language:HTML 0.1%