Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eternauta1337/minimole-core
Minimalistic Molehill based Flash 3D engine.
https://github.com/eternauta1337/minimole-core
Last synced: about 2 months ago
JSON representation
Minimalistic Molehill based Flash 3D engine.
- Host: GitHub
- URL: https://github.com/eternauta1337/minimole-core
- Owner: eternauta1337
- Created: 2011-06-24T18:13:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-09T01:20:41.000Z (about 13 years ago)
- Last Synced: 2024-10-18T03:51:18.406Z (3 months ago)
- Language: ActionScript
- Homepage:
- Size: 8.38 MB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - minimole-core - Minimalistic Molehill based Flash 3D engine. (3D Engines / Other Engines)
README
Minimal 3D engine designed for learning purposes only. It does not have the complications of a full 3D engine, however, it begins to address the basic concepts of 3D engine design. It has been developed merely as an exercise. Performance is secondary, clarity of concepts primary.
Based on the Adobe Molehill API. The API is exposed as much as possible so it's good for experimentation without having to worry about the complications and flexibility of a larger engine.
Shaders are based on Pixel Bender 3D. The idea behind this implementation is not efficiency or flexibility, but ease of experimentation and understanding. New materials are easy to implement and explore.
Does not support: - Child nesting. - More than 1 light. - Animation. - Many other things =).