Skip to content
/ odd Public

A very odd and cross-platform software renderer written in Haxe.

License

Notifications You must be signed in to change notification settings

dstrekelj/odd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odd

Odd is a peculiar little software renderer written in Haxe that aims to be platform agnostic.

The idea is to define the rendering process in a cross-platform way, and have it accessible to platform-specific rendering contexts.

Please note that Odd is still under development!

Platform Target Repository
Desktop Java (Swing) odd-target-java
Mobile Android odd-target-android
Web HTML5 (Canvas) odd-target-html5

For examples of use, please visit the odd-samples repository.

Instructions

  1. Get Haxe.

    • 3.3.0-rc1 was used to develop Odd, newer versions should work
  2. Get Odd.

    • For git users: haxelib git odd https://github.com/dstrekelj/odd.git
    • Everyone else: haxelib dev odd path/to/downloaded/odd/repository
  3. Get one (or several!) Odd targets from odd-target-* repositories.

  4. Try the samples in the odd-samples repository.

About

A very odd and cross-platform software renderer written in Haxe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages