https://github.com/eggy115/angelscript
AngelScript
https://github.com/eggy115/angelscript
angel-script angelscript angelscript-examples angelscript-lang
Last synced: 20 days ago
JSON representation
AngelScript
- Host: GitHub
- URL: https://github.com/eggy115/angelscript
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-04-12T10:19:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T13:33:14.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T22:55:46.763Z (about 1 year ago)
- Topics: angel-script, angelscript, angelscript-examples, angelscript-lang
- Language: AngelScript
- Homepage: https://github.com/Eggy115/AngelScript
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# AngelScript
AngelScript is a high-level, object-oriented scripting language designed for game development and other performance-critical applications. It was created by Andreas Jonsson and first released in 2003. AngelScript is known for its simplicity, flexibility, and speed, making it a popular choice among game developers for incorporating scripting functionality into their games.
## Contributing
Contributions are always welcome! Here are some ways you can contribute:
1. Fork the repository and make your changes.
2. Submit a pull request with your changes.
3. Create an issue if you find a bug or have a feature request.
Please make sure to adhere to the [code of conduct](CODE_OF_CONDUCT.md) and the [contributing guidelines](CONTRIBUTING.md).
## License
This project is licensed under the GPL v3 License - see the [LICENSE](LICENSE) file for details.