Trending
Calvin Wilkinson (Kinson Digital)'s Avatar

Calvin Wilkinson (Kinson Digital)

@kdcoder

SWE | Clean Code ๐Ÿงน | dotnet | USAFVet | Whisky๐Ÿฅƒ| HeavyMusic ๐ŸŽธ | CICD Tools โš™๏ธ| Game Dev Tools ๐Ÿ‘พ| Building https://docs.velaptor.io

52
Followers
53
Following
207
Posts
04.09.2024
Joined
Posts Following

Latest posts by Calvin Wilkinson (Kinson Digital) @kdcoder

Post image

Want precise control in your 2D game? ๐ŸŽฎ

Check out how #velaptor handles keyboard input. Tracking keyboard state is the secret for detecting key releases & creating responsive mechanics. โŒจ๏ธ

Clean, simple, and powerful. ๐Ÿ’ช๐Ÿป

docs.velaptor.io/docs/guides/...

#gamedev #dotnet #indiegame

14.03.2026 01:00 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

#velaptor game audio is super easy. ๐Ÿ’ช๐Ÿป

Check the flow:
โœ… Play/Pause/Stop
โœ… Seek & Rewind (precise timing)
โœ… Dynamic Pitch & Volume
โœ… Real-time State Checks

Full control over your soundscape with zero friction. ๐Ÿ’Ž
docs.velaptor.io/docs/guides/...

#gamedev #dotnet #IndieGameDev

13.03.2026 16:00 ๐Ÿ‘ 5 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

#velaptor has high-performance audio powered by my open-source audio library CASL! ๐Ÿ”‰

Stop worrying about audio complexities. Choose your mode:

โœ… Instant playback for SFX.
โœ… Audio streaming for music.

Efficient. Simple. Powerful. ๐ŸŽต

#gamedev #dotnet #csharp

12.03.2026 16:05 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Loading assets shouldn't be difficult. ๐ŸŽฎ

Velaptor's ContentManager makes it painless:
โœ… Type-safe content type generics
โœ… Auto path resolution
โœ… Built-in caching

Stop fighting file paths and start building your world.

docs.velaptor.io

#velaptor #gamedev #dotnet

12.03.2026 01:00 ๐Ÿ‘ 4 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

**๐Ÿ”Š A game without sound is a slideshow. A game without input is a movie.**

Velaptor gives you full-featured audio playback and precise keyboard + mouse input โ€” everything you need to make your game feel alive.

Dive in: docs.velaptor.io

#gamedev #dotnet #velaptor

11.03.2026 16:02 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

Quick Velaptor Update ๐Ÿš€

I've streamlined the project setup guide! Now, a true quick-start, covering everything from environment config to manual setup and project creation.

Get your 2D game up and running faster: docs.velaptor.io

#velaptor #gamedev #dotnet

11.03.2026 01:00 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Velaptor makes Scene management effortless! ๐Ÿš€

Velaptor auto-handles scene operations:
โœ… Loading
โœ… Unloading
โœ… Updating
โœ… Buffer Clearing
โœ… Rendering (auto-batching)
Want manual control? Just toggle the flags. โš™๏ธ

docs.velaptor.io

#velaptor #gamedev #dotnet

10.03.2026 16:02 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Tired of messy state logic? ๐ŸŽฎ

Velaptorโ€™s ISceneManager handles game flow with a simple stack.

โœ… Add, swap, or jump by scene ID
โœ… Built-in wrap-around scene navigation
โœ… Clean .NET code for game scenes

Stop coding menus, start coding games. ๐Ÿš€

#velaptor #gamedev #dotnet

10.03.2026 01:00 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
GitHub - KinsonDigital/Velaptor: 2D game development framework 2D game development framework. Contribute to KinsonDigital/Velaptor development by creating an account on GitHub.

The road to 100 stars! ๐Ÿš€

Velaptor is only 9 stars away from a major milestone. Your support helps more developers discover a cleaner way to build 2D games in C#.

Join the journey and help us hit 100! ๐ŸŒŸ

GitHub: github.com/KinsonDigita...

#velaptor #gamedev #dotnet

09.03.2026 16:30 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Sponsor @KinsonDigital on GitHub Sponsors Support KinsonDigital's open-source work for game development libraries and tools!!

Being 100% transparent: #Velaptor is my passion, but itโ€™s a huge commitment. Your support keeps me coding and the library growing. ๐Ÿ’ปโœจ

If it helps your #gamedev, please consider backing:
๐Ÿ”— github.com/sponsors/Kin...

#dotnet #opensource

09.03.2026 16:03 ๐Ÿ‘ 4 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Stop fighting spaghetti code in your game states! ๐Ÿ

In #velaptor, every screen is isolated, with its own lifecycle and logic.

Load โžก๏ธ Update โžก๏ธ Render โžก๏ธ Unload.

Clean, modular, and built for #dotnet.

Check it out: docs.velaptor.io

07.03.2026 02:01 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

Sprites, HUD text, debug linesโ€”everything your 2D game needs in one unified pipeline. ๐Ÿš€

Velaptorโ€™s rendering system is built for speed and C# developer comfort. Draw anything, fast, without the boilerplate.

๐Ÿ“„ Docs: docs.velaptor.io
#velaptor #gamedev #csharp #dotnet

06.03.2026 17:04 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
GitHub - KinsonDigital/Velaptor: 2D game development framework 2D game development framework. Contribute to KinsonDigital/Velaptor development by creating an account on GitHub.

From sprites to HUD text to debug lines
Velaptor's rendering system is built to let you draw anything in 2D, fast.

โญ github.com/KinsonDigita...
๐Ÿ“„ docs.velaptor.io

#gamedev #csharp #dotnet

06.03.2026 02:00 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Stop fighting your engine. ๐Ÿ›‘

With Velaptorโ€™s RendererFactory, you get:
โœ… Clean factory pattern
โœ… Zero manual OpenGL setup
โœ… No shader compilation headaches

Just pure 2D #gamedev. ๐Ÿš€

Get started: docs.velaptor.io

#velaptor #csharp #dotnet

05.03.2026 17:02 ๐Ÿ‘ 7 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Early morning at the airport & on our way to Seville, Spain for a couple days to hang out with friends! I could use a break. ๐Ÿ˜Š

05.03.2026 06:54 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

Hello everyone! Just wanted to announce that we released
a guide on window management with Velaptor.

Check it out! docs.velaptor.io/docs/guides/...

#velaptor #gamedev #dotnet

05.03.2026 02:00 ๐Ÿ‘ 6 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

Forget shader headaches. ๐ŸŽจ

Velaptor makes 2D shapes easy.
Get gradient bordered or filled circles in just a few lines of C#.
Plus, auto-updating edge properties make collision math and UI layouts a breeze. ๐Ÿš€

Check it out: docs.velaptor.io
#velaptor #gamedev #dotnet

04.03.2026 17:01 ๐Ÿ‘ 7 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

๐Ÿงฑ Simplify your 2D rendering with Velaptor!

Stop worrying abt call order. Every Render() call uses a 'layer' parameter to handle depth:
โ˜๏ธ Layer -20: Background
๐ŸŒฑ Layer 0: Ground
โš”๏ธ Layer 1: Player
๐Ÿ“Š Layer 100: UI/HUD

Clean code. Better Z-depth. ๐Ÿš€
#velaptor #gamedev #csharp

04.03.2026 02:00 ๐Ÿ‘ 6 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

True story..

03.03.2026 17:17 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Oh man! Thanks for the kind words!
I just hope it helps everyone. ๐Ÿค˜๐Ÿผ

03.03.2026 17:16 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Typography matters in 2D games! ๐ŸŽฎ

With #velaptor, you get full control over glyph metrics, caching, with crisp TTF rendering & styles powered by FreeType.

docs.velaptor.io

Check the snippet to see how we handle font loading and rendering!

#velaptor #gamedev #dotnet

03.03.2026 17:03 ๐Ÿ‘ 10 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

Stop wrestling with obscure frameworks. ๐Ÿ›‘

Velaptor is built for clarity. Our API docs and step-by-step guides are designed to get you from "Hello World" to a functional 2D game without the headache.

Start building here: ๐Ÿ”— docs.velaptor.io
#velaptor #gamedev #dotnet

03.03.2026 02:00 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Thanks for the GitHub star for Velaptor
@wiseoxejah.bsky.social! At least, I am pretty sure you are the one who did. ๐Ÿคฃ

02.03.2026 17:48 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

Hello everyone! Just wanted to announce that we released
a guide on window management with Velaptor.

Check it out! docs.velaptor.io/docs/guides/...

#velaptor #gamedev #dotnet

02.03.2026 17:04 ๐Ÿ‘ 8 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

VelaptorAseprite v1.0.0-preview.1 is live! ๐Ÿš€

Building 2D games just got better. Take it for a spin, share what you build, and help drive the framework's evolution! ๐Ÿค˜๐Ÿผ

Get started here: docs.velaptor.io

#velaptor #dotnet #gamedev #opensource #indiedev

02.03.2026 17:02 ๐Ÿ‘ 9 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Velaptor 2D Game Development Framework

VelaptorAseprite v1.0.0-preview.1 is live! ๐Ÿš€

Building 2D games just got better. Take it for a spin, share what you build, and help drive the framework's evolution! ๐Ÿค˜๐Ÿผ

Get started here: docs.velaptor.io

#velaptor #dotnet #gamedev #opensource #indiedev

02.03.2026 16:59 ๐Ÿ‘ 14 ๐Ÿ” 3 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Yeah, people just don't know. I looked at how long I have been working on Velaptor, and it's been about 9 to 10 years. I think I want to cry. I have worked on this so hard for so long, and I still have not made a single dime yet. It isn't easy.

docs.velaptor.io

02.03.2026 16:59 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Velaptor 2D Game Development Framework

Hello everyone! Just wanted to announce that we released
a guide on window management with Velaptor.

Check it out! docs.velaptor.io

#velaptor #gamedev #dotnet

01.03.2026 12:42 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Velaptor 2D Game Development Framework

VelaptorAseprite v1.0.0-preview.1 is live! ๐Ÿš€

Building 2D games just got better. Take it for a spin, share what you build, and help drive the framework's evolution! ๐Ÿค˜๐Ÿผ

Get started here: docs.velaptor.io

#velaptor #dotnet #gamedev #opensource #indiedev

28.02.2026 22:00 ๐Ÿ‘ 6 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

100%

28.02.2026 13:25 ๐Ÿ‘ 5 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0