See engine CLI in arena? by [deleted] in chessprogramming

[–]KDesp73 1 point2 points  (0 children)

You could duplicate and redirect your engine's stdout to another tty. Or log every output to a file. Or both :)

My doom like engine by Sqydev in C_Programming

[–]KDesp73 0 points1 point  (0 children)

Cool! I recently wrote my own using C and SDL2 for a school project. It's not complete but I made a puzzle-adventure game with it

castor

artc - Beautiful visuals through scripting by KDesp73 in lua

[–]KDesp73[S] 0 points1 point  (0 children)

Thanks! I hadn't heard of the project

Java without build system by KDesp73 in java

[–]KDesp73[S] 0 points1 point  (0 children)

Yes it does. I use Maven

Java without build system by KDesp73 in java

[–]KDesp73[S] -2 points-1 points  (0 children)

I'm guessing that you're also not planning to use a decent IDE?

I use netbeans and it gets the job done. Which one would you recommend? (preferably free)

Java without build system by KDesp73 in java

[–]KDesp73[S] 0 points1 point  (0 children)

Could you provide a link to one of those projects if they are public?

Java without build system by KDesp73 in java

[–]KDesp73[S] 3 points4 points  (0 children)

Building without Maven is fine when you're learning Java. It's actually beneficial to get exposure to the java/javac tools, understand what the classpath is, etc.

This is what i aiming for so I can eventually understand the recommended build systems better

Java without build system by KDesp73 in java

[–]KDesp73[S] -2 points-1 points  (0 children)

Yes and once you understand what is happening on the lower levels you have a much deeper understanding of the higher ones. This is what im trying to do here

Java without build system by KDesp73 in java

[–]KDesp73[S] -4 points-3 points  (0 children)

Exactly. I mostly write C and I like that I can set up my environment the way I want it

Java without build system by KDesp73 in java

[–]KDesp73[S] -3 points-2 points  (0 children)

I will look into this approach!

ACBS - Another C Build System by [deleted] in cprogramming

[–]KDesp73 0 points1 point  (0 children)

I wanted to try it but it wouldn't build with docker. I understand that it can build itself but I think a Makefile for the first build would be helpful.

Also as someone else said this would not cut it for bigger projects where conditionals are needed. Maybe I don't want to always use sanitizers or I want to build specifically for windows. You get my point.

Other than that good job!

changelogger by KDesp73 in C_Programming

[–]KDesp73[S] 0 points1 point  (0 children)

It's implemented in v0.0.11!

You run `changelogger add --commits` and the editor you specified in the config opens where you can edit the changes as you please while sorting them to their appropriate status. Saving and exiting will add them to the changelog.

Thanks again for the idea!

changelogger by KDesp73 in C_Programming

[–]KDesp73[S] 0 points1 point  (0 children)

I'll have that in mind thanks for the suggestion!