Programming Language Archives – GameFromScratch.com Game Development News, Tutorials and More Wed, 25 Oct 2023 14:17:13 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.2 https://gamefromscratch.com/wp-content/uploads/2020/07/GFS-1.png Programming Language Archives – GameFromScratch.com 32 32 Ink – Programming Language for Game Narrative https://gamefromscratch.com/ink-programming-language-for-game-narrative/ Wed, 25 Oct 2023 14:14:44 +0000 https://gamefromscratch.com/?p=28149 GameFromScratch.com
Ink – Programming Language for Game Narrative

Ink is a programming language and set of tools for creating in-game branching dialogs and game narrative creation. It is not only a programming/scripting language and runtime, it is an entire ecosystem of tools and game engine implementations including Godot, Unreal Engine and recently thanks to the open source of …

Ink – Programming Language for Game Narrative Read More

The post Ink – Programming Language for Game Narrative appeared first on GameFromScratch.com.

]]>
Swift Programming Language for Godot using SwiftGodot https://gamefromscratch.com/swift-programming-language-for-godot-using-swiftgodot/ Tue, 26 Sep 2023 13:57:59 +0000 https://gamefromscratch.com/?p=27997 GameFromScratch.com
Swift Programming Language for Godot using SwiftGodot

Miguel De Icaza, the founder of Xamarin and Ximian before that, the creators of the Mono cross platform C# development platform as well as the GNOME Linux desktop, has just brought Swift programming language support to the Godot game engine. Using GDExtension, the Godot 4.x extension mechanism used by other …

Swift Programming Language for Godot using SwiftGodot Read More

The post Swift Programming Language for Godot using SwiftGodot appeared first on GameFromScratch.com.

]]>
NimForUE – Nim Programming in UE 5.x https://gamefromscratch.com/nimforue-nim-programming-in-ue-5-x/ Sun, 05 Feb 2023 17:06:19 +0000 https://gamefromscratch.com/?p=27176 GameFromScratch.com
NimForUE – Nim Programming in UE 5.x

If you are creating a game using the Unreal Engine, you currently have two ways to program your game, the relatively low level C++ programming language and the much higher level Blueprint visual programming system. If you want a higher level than C++ language but still desire a high performance …

NimForUE – Nim Programming in UE 5.x Read More

The post NimForUE – Nim Programming in UE 5.x appeared first on GameFromScratch.com.

]]>
cppfront — C++ Syntax 2.0 Experiment by Herb Sutter https://gamefromscratch.com/cppfront-c-syntax-2-0-experiment-by-herb-sutter/ Tue, 20 Sep 2022 17:06:33 +0000 https://gamefromscratch.com/?p=26779 GameFromScratch.com
cppfront — C++ Syntax 2.0 Experiment by Herb Sutter

Presented at CppCon 2022, cppfront by Herb Sutter is an experiment on making a 10x improvement to the C++ programming language by implementing a new, safer, more modern “lessons learned” syntax. Attempts to improve C++ are nothing new, as we saw with Google’s recently announced Carbon programming language. This approach …

cppfront — C++ Syntax 2.0 Experiment by Herb Sutter Read More

The post cppfront — C++ Syntax 2.0 Experiment by Herb Sutter appeared first on GameFromScratch.com.

]]>
Carbon Programming Language https://gamefromscratch.com/carbon-programming-language/ Sun, 31 Jul 2022 15:30:27 +0000 https://gamefromscratch.com/?p=26630 GameFromScratch.com
Carbon Programming Language

Announced a few weeks back at CppNorth developer conference in Toronto, Carbon is a new programming language being primarily developed by Google developers. The goal of Carbon is to provide a successor language to C++, by offering a modern more developer friendly language but also offering bi-directional support for C++, …

Carbon Programming Language Read More

The post Carbon Programming Language appeared first on GameFromScratch.com.

]]>
ODIN Programming Language https://gamefromscratch.com/odin-programming-language/ Wed, 13 Apr 2022 15:33:00 +0000 https://gamefromscratch.com/?p=26278 GameFromScratch.com
ODIN Programming Language

In part of our ongoing alternative game development programming languages series, today we are looking at the ODIN programming language. ODIN is a low level data oriented programming language inspired by PASCAL and C with many features making it ideal for game development. The ODIN language is an open source …

ODIN Programming Language Read More

The post ODIN Programming Language appeared first on GameFromScratch.com.

]]>
Visual Studio 2022 Released https://gamefromscratch.com/visual-studio-2022-released/ Tue, 16 Nov 2021 18:41:48 +0000 https://gamefromscratch.com/?p=25707 GameFromScratch.com
Visual Studio 2022 Released

Last week, Microsoft announced the release of Visual Studio 2022, as well as C# 10, F# 6 and .NET 6. The release marks the first time Visual Studio runs as a 64bit application and it’s available for download now. Details of the release from the Microsoft developer blog: In this …

Visual Studio 2022 Released Read More

The post Visual Studio 2022 Released appeared first on GameFromScratch.com.

]]>
GitHub Copilot Launched in Private Beta https://gamefromscratch.com/github-copilot-launched-in-private-beta/ Mon, 05 Jul 2021 16:48:03 +0000 https://gamefromscratch.com/?p=25139 GameFromScratch.com
GitHub Copilot Launched in Private Beta

GitHub have just launched an interesting new AI driven project, GitHub Copilot. GitHub Copilot is developed in collaboration between GitHub and OpenAI and is using artificial intelligence to support the developers. Instead of just being a better Intellisense, Copilot actually creates code dynamically using machine learning, based off comments or …

GitHub Copilot Launched in Private Beta Read More

The post GitHub Copilot Launched in Private Beta appeared first on GameFromScratch.com.

]]>
Nim Programming Language Overview https://gamefromscratch.com/nim-programming-language-overview/ Mon, 31 May 2021 14:58:11 +0000 https://gamefromscratch.com/?p=25029 GameFromScratch.com
Nim Programming Language Overview

In our ongoing series of alternative game development capable programming languages, today we are checking out Nim. Nim is a cross platform, open source statically compiled programming language inspired by Pascal and Python with a splash of Haxe-like metaprogramming added on top. From the Nim homepage, Nim is described as: …

Nim Programming Language Overview Read More

The post Nim Programming Language Overview appeared first on GameFromScratch.com.

]]>
The Zig Programming Language https://gamefromscratch.com/the-zig-programming-language/ Thu, 29 Apr 2021 14:06:00 +0000 https://gamefromscratch.com/?p=24907 GameFromScratch.com
The Zig Programming Language

The Zig programming language is a relatively young open source general purpose programming language. Joining a growing list of languages in our Programming Language playlist, Zig can be thought of as “Zig is to C as Rust is to C++”. It’s a relatively simple programming language with modern language features …

The Zig Programming Language Read More

The post The Zig Programming Language appeared first on GameFromScratch.com.

]]>