You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<h2align="center">A 2D/3D game engine for the Nintendo Switch made with Haxe!</h2>
10
+
11
+

12
+
13
+
-----------
14
+
15
+
> [!IMPORTANT]
16
+
> The engine is still in development, so there may be some bugs, instability and many changes constantly!
17
+
18
+
-----------
19
+
20
+
Vupx Engine is a framework engine built with the [Haxe language](https://haxe.org) along with SDL2, OpenGL 4.3, libnx for Nintendo Switch and many other libraries, inspired in part by [HaxeFlixel](https://github.com/HaxeFlixel), and completely open source! All under the [HaxeNXCompiler](https://github.com/Slushi-Github/HaxeNXCompiler) project
21
+
22
+
If you want to create your games for this console using Haxe, but don't want to go through the agreements imposed by joining the Nintendo Developers program, this is your solution (at the expense of them being homebrew games and obviously not being able to publish them on the Eshop, in which case you have alternatives such as [itch.io](https://itch.io), [GameJoft](https://gamejolt.com) or [Homebrew App Store for Nintendo Switch](https://hb-app.store/switch)).
23
+
24
+
-----------
25
+
26
+
-[Getting started a new project](./docs/Documentation/GettingStarted/README.md)
If you want to contribute to this project, you can do it by creating a pull request on this repository, test that your changes work both in a emulator __**and on the real hardware**__, I would recommend attaching images if it is a change that can be shown.
37
+
38
+
## License and more information
39
+
40
+
This project is released under the [MIT license](./LICENSE.md).
41
+
42
+
More license information can be found [here](./cppBindings/README.md) and [here](./vupx/bindings/README.md).
<h2align="center">¡Un motor de juegos 2D/3D para Nintendo Switch hecho con Haxe!</h2>
10
+
11
+

12
+
13
+
-----------
14
+
15
+
> [!IMPORTANT]
16
+
> El motor aún se encuentra en desarrollo, por lo que puede haber algunos errores, inestabilidad y muchos cambios constantes.
17
+
18
+
-----------
19
+
20
+
Vupx Engine es un motor/framework construido con el lenguaje [Haxe](https://haxe.org), junto con SDL2, OpenGL 4.3, libnx para Nintendo Switch y muchas otras librerías. Está inspirado en parte por [HaxeFlixel](https://github.com/HaxeFlixel) y es completamente de código abierto. Todo bajo el proyecto [HaxeNXCompiler](https://github.com/Slushi-Github/HaxeNXCompiler).
21
+
22
+
Si quieres crear tus juegos para esta consola usando Haxe, pero no quieres pasar por los acuerdos impuestos al unirte al programa de Nintendo Developers, esta es tu solución (a costa de que sean juegos homebrew y, obviamente, no poder publicarlos en la eShop; en ese caso tienes alternativas como [itch.io](https://itch.io), [GameJolt](https://gamejolt.com) o la [Homebrew App Store para Nintendo Switch](https://hb-app.store/switch)).
23
+
24
+
-----------
25
+
26
+
-[Empezar un nuevo proyecto](./docs/Documentation/GettingStarted/README.md)
Si quieres contribuir a este proyecto, puedes hacerlo creando un pull request en este repositorio. Asegúrate de probar que tus cambios funcionen tanto en un emulador **como en el hardware real**. Recomendaría adjuntar imágenes si se trata de un cambio que pueda mostrarse visualmente.
37
+
38
+
## Licencia y más información
39
+
40
+
Este proyecto se publica bajo la [licencia MIT](./LICENSE.md).
41
+
42
+
Puedes encontrar más información sobre licencias [aquí](./cppBindings/README.md) y [aquí](./vupx/bindings/README.md).
0 commit comments