First Post (again)

Another blog, another tech stack, another fuzzy goal!

Bloggin’ History

My record for blogging is a bit spotty.

Language Preferences

Times do be changing.

C++

#include <iostream>
 
int main()
{
    std::cout << "Hello, world!\n" << std::endl;
    return 0;
}

Odin

package main

import "core:fmt"

main :: proc() {
	fmt.println("Hello, world!")
}

Stay Tuned!

Thanks.

nrp.zone

Nathan Ross Powell’s Profile Picture

A blog by the gamedev Nathan Ross Powell. They mainly focus on gameplay, network and engine programming.

#gamedev[2] #programming[2] #technology[2]

Hugo, the world's fastest framework for building websites

By Nathan Ross Powell, 2024-12-23