Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Basque

A cross-platform, top-down 2d game engine in under 1000 lines of C. · By ryanpcmcquen

Suppose I don't like C...

A topic by SemperSolus created Jul 12, 2022 Views: 157 Replies: 4
Viewing posts 1 to 3

Suppose I don't like C. Are there ways to call these C-language functions in an easier language?

(sorry for my naivety. i studied computer science in school, but they just taught us how to make mobile apps.)
(to be clear, I think this thing is awesome, and not just just the crazy exportability, but the retro scancode thing)

Developer

Hey!

SDL2 has bindings for lots of languages, but Basque itself would need to be ported to another language. Does that answer your question?

It does. 
However, given what little I know about makefiles and that jazz, I don't think I will be able to make much use of this after all.

Thank you anyway.

Developer

Never too late to learn!

Developer

Also, some languages have ways to call C, look up 'ctypes' in Python for an example.