Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cursedprograms/unity-cc-template
C++ in Unity
https://github.com/cursedprograms/unity-cc-template
cc cplusplus cpp gamedev unity
Last synced: 4 days ago
JSON representation
C++ in Unity
- Host: GitHub
- URL: https://github.com/cursedprograms/unity-cc-template
- Owner: CursedPrograms
- License: mit
- Created: 2024-07-27T15:01:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:23:45.000Z (24 days ago)
- Last Synced: 2024-10-20T19:22:14.583Z (24 days ago)
- Topics: cc, cplusplus, cpp, gamedev, unity
- Language: C++
- Homepage: https://cursedprograms.github.io/Unity-CC-Template/
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/[email protected]?style=flat)](https://x.com/NorowaretaGemu)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Unity-CPP
https://sourceforge.net/projects/mingw/
### Make an EXE
```bash
g++ main.cpp -o main.exe
```
or Run: exemake.bat
### Make a DLL
```bash
g++ main.cpp -o main.dll
```
or Run: dllmake.bat
Run: runmain.bat
```bash
g++ -m64 -fpic -Wall -shared backend.cc -o backend.dll
```
https://www.msys2.org/```bash
pacman -Syu
```
```bash
pacman -S mingw-w64-ucrt-x86_64-gcc
pacman -S mingw-w64-x86_64-toolchain
```
```bash
cl /LD backend.cpp /link /out:backend.dll
```
© Cursed Entertainment