Bocksdin Coding

@bocksdin_coding
8 Followers
4 Following
17 Posts
Official Mastodon account of the Bocksdin Coding YouTube channel and Bocksdin Coding blog.
Bloghttps://bocksdincoding.com
YouTubehttps://youtube.com/@BocksdinCoding
Ko-Fihttps://ko-fi.com/bocksdin_coding

Enemies should bring a bit of danger with them. We utilize rigid body velocity and ray casting to give the player something to run from.

https://bocksdincoding.com/blog/game-development-with-fyrox-and-rust-pt-5

#rust #rustlang #blog #blogpost #tutorial #fyrox #gamedev #tutorial #programming

Bocksdin Coding

Bocksdin Coding dev blog

A crowd control game needs a crowd to control. Let's get a horde of enemies spawning!

https://bocksdincoding.com/blog/game-development-with-fyrox-and-rust-pt-4

#rust #rustlang #fyrox #tutorial #gamedev #programming

Bocksdin Coding

Bocksdin Coding dev blog

2D terrain generation is a breeze with Fyrox. Using spritesheets and dynamic terrain generation, we build an arena for our game.

https://bocksdincoding.com/blog/game-development-with-fyrox-and-rust-pt-3

#rust #rustlang #tutorial #programming #gamedev #fyrox

Bocksdin Coding

Bocksdin Coding dev blog

Learn how to setup a 2D player controller for a rigid body in the Fyrox game engine.

https://bocksdincoding.com/blog/game-development-with-fyrox-and-rust-pt-2

#rust #rustlang #tutorial #programming #gamedev #fyrox

Bocksdin Coding

Bocksdin Coding dev blog

Learn how to setup a project with the Fyrox game engine and embark on a game development journey using Rust.

https://bocksdincoding.com/blog/game-development-with-fyrox-and-rust-pt-1

#rust #rustlang #programming #tutorial #gamedev #fyrox

Bocksdin Coding

Bocksdin Coding dev blog

Solid documentation is key when collaborating with other developers. Easily describe your API endpoints and data types using Swagger.

https://bocksdincoding.com/blog/api-documentation-made-easy-with-swagger

#rust #rustlang #actixweb #rest #api #tutorial #programming #documentation

Bocksdin Coding

Bocksdin Coding dev blog

Discover the essential steps to enhance the security of your Actix Web API in Rust by implementing both Basic and Bearer authentication mechanisms for robust protection against unauthorized access.

https://bocksdincoding.com/blog/securing-your-actix-web-api-with-basic-bearer-authentication

#rust #rustlang #programming #tutorial #actixweb #rest #api #security

Bocksdin Coding

Bocksdin Coding dev blog

Elevate your Rust REST API development by seamlessly integrating SQLx, unraveling the simplicity and effectiveness of connecting to and managing databases.

https://bocksdincoding.com/blog/connect-your-rust-rest-api-and-db-with-sqlx

#rust #rustlang #actixweb #rest #api #sqlx #db #sql #programming #tutorial

Bocksdin Coding

Bocksdin Coding dev blog

Creating a REST API with Rust and the Actix Web framework is a breeze.
In this tutorial, we're going to walk through setting up your project and creating your first CRUD routes.

https://bocksdincoding.com/blog/fast-rest-api-rust-actix-web

#Rust #rustlang #actixweb #rest #api #tutorial #programming

Bocksdin Coding

Bocksdin Coding dev blog

There are many reasons one may need to send an email, such as notifying followers of new content! Learn how easy it is with Rust and the lettre crate.

https://bocksdincoding.com/blog/sending-emails-with-rust

#rustlang #rust #tutorial #programming #email

Bocksdin Coding

Bocksdin Coding dev blog