Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlannan/defold-ffi
A set of tests and examples of using ffi with Defold.
https://github.com/dlannan/defold-ffi
Last synced: 4 months ago
JSON representation
A set of tests and examples of using ffi with Defold.
- Host: GitHub
- URL: https://github.com/dlannan/defold-ffi
- Owner: dlannan
- Created: 2024-09-04T09:12:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:59:11.000Z (5 months ago)
- Last Synced: 2024-09-07T16:20:26.926Z (5 months ago)
- Language: Lua
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-defold - defold-ffi
README
# Welcome to Defold
This project was created from the "desktop" project template. This means that the settings in ["game.project"](defold://open?path=/game.project) have been changed to be suitable for a desktop game:
- The screen size is set to 1280x720
- Projection is set to Fixed Fit
- macOS and Windows icons are set
- Mouse clicks are bound to action "touch"
- A simple script in a game object is set up to receive and react to input[Build and run](defold://build) to see it in action. You can of course alter these settings to fit your needs.
Check out [the documentation pages](https://defold.com/learn) for examples, tutorials, manuals and API docs.
If you run into trouble, help is available in [our forum](https://forum.defold.com).
Happy Defolding!
---