💬┃forum
📦┃project-showcase
🔨┃dev-logs
☕┃java
💻┃cpp
🤝┃helping-hand
📟┃batch
💻┃c-sharp
🐍┃python
💻┃c
🚀┃assembly
🌏┃web-development
🎮┃game-development
🤖┃bot-development
🎇┃javascript
🎯┃dart│flutter
🔍┃job-offers
🔵┃lua
🦀┃rust
💾┃other-languages
Rhtyhm Game Relaesed!
Hi Everyone! Our Rhythm game BandRoll, which we have been developing for a while as Bluespy Studios, has been released on Steam as Early Access. Your feedback is important to us, you can send us your thoughts about the game via Discord or Steam.
Steam Page
https://store.steampowered.com/app/2206390/BandRoll/...
🪝 Webhooks for Discord
:webhook: Webhooks for Discord
The easiest way to send messages to your Discord server from Unity
🏁 How can this asset help me?
The Webhooks for Discord asset lets you send messages, embeds, forum posts and attachments to your Discord channels from Unity. For example, you can notify your team or players about achievements, errors, feedback and more....
🔑 Login with Discord
:LoginWithDiscord: Login with Discord
Say goodbye to complicated login processes and hello to easy access with the "Login with Discord" Unity asset!...
[30% off New Release Sale!]
[30% off New Release Sale!]
🧭 Simple HTTP and REST Server
I have published another asset in the Unity Asset Store today:
Use this free asset to create an HTTP server in Unity to provide a REST API for exchanging data with other programs or tools.
🏁 How can this asset help me?
Exchanging information between Unity and another program is complicated. This asset provides a simple and fast way to ensure the exchange of information in both directions....
Soject
The small, memory safe, light-weight linux shared library injector! Uses GDB to hook onto a target process, then uses dlopen to inject the supplied shared library. The command's usage can be found out by using the
--help
(or -h
) flag!Hexdump
I recently finished the most ambitious project I have ever done. This project started way back in 2021 as a simple implementation of a hexdump in C#. I decided to take the project one step further and create it in C. I didn't know a single bit of C, so I learned. I later went and re-wrote the code in C++ and have now created the best bit of software I have ever written.
https://github.com/KeithBrown39423/Hexdump...
Unity Discord Rich Presence Integration with Game Rich Presence
Game Rich Presence
Hi there i released a few days ago my Asset Game Rich Presence Integration for Discord. It helps you to integrate Discord Rich Presence to your game. For a quick demo click on my Discord Name!...
[30% off New Release Sale!]
[30% off New Release Sale!]
Haispeed - Can you beat the highscore?
I just finished a game! In just one week we created a 2D endless runner where you have to row with a boat and collect coins. Watch out for the shark tho ^^
https://tim-greller.itch.io/haispeed...
C complex version library v2.0
https://github.com/anic17/complex/releases/tag/v2.0
Second version of my complex number library, with 16 new mathematical functions (trigonometry, hyperbolic functions, logarithms and exponentiation) ....
Tercontrol
Tercontrol is a terminal control library for c and c++ made by ZackeryRSmith and Anic17. I'm planning on modifying the library so it can be used in Python, this is easier as using the WinAPI in pure Python is hell.