Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)





ko-fi




Unity


C#
C++


Git
PowerShell
Shell
Batch


# 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





CursedEntertainment Logo